Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / C1.Schedule Namespace / C1ObservableKeyedCollection<TKey,TItem> Class / GetKeyForItem Method

In This Topic
    GetKeyForItem Method (C1ObservableKeyedCollection<TKey,TItem>)
    In This Topic
    Syntax
    'Declaration
     
    Protected MustOverride Function GetKeyForItem( _
       ByVal item As TItem _
    ) As TKey
    protected abstract TKey GetKeyForItem( 
       TItem item
    )

    Parameters

    item
    See Also